home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Full / NetObjects Fusion 9 Standard / NOF9_Full_EN.exe / data1.cab / NFX_Components / NetObjects / descriptions.js < prev   
Encoding:
Text File  |  2005-11-16  |  186 b   |  8 lines

  1. function openModal (sUrl,nW,nH) {
  2.   window.showModalDialog(sUrl,'','dialogWidth:'+nW+'px; dialogHeight:'+nH+'px; status:0;');
  3. }
  4.  
  5. function doTutorial(sUrl)
  6. {
  7.   window.open(sUrl);
  8. }